EST=00, EATR=000, ERW=0
Domain Error Word1 Register
EDID | Error domain identifier. This field captures the domain identifier of the access violation. |
EATR | Error attributes. This field captures certain attributes of the access violation. 0 (000): Secure user mode, instruction fetch access 1 (001): Secure user mode, data access 2 (010): Secure privileged mode, instruction fetch access 3 (011): Secure privileged mode, data access 4 (100): Nonsecure user mode, instruction fetch access 5 (101): Nonsecure user mode, data access 6 (110): Nonsecure privileged mode, instruction fetch access 7 (111): Nonsecure privileged mode, data access |
ERW | Error read/write 0 (0): Read access 1 (1): Write access |
EPORT | Error port |
EST | Error state 0 (00): No access violation has been detected. 1 (01): No access violation has been detected. 2 (10): A single access violation has been detected. 3 (11): Multiple access violations for this domain have been detected by this submodule instance. Only the address and attribute information for the first error have been captured in DERR_W0_n and DERR_W1_n. |